/*$$
{"color":[{"val":"#333333","title":"默认主体颜色"},
{"val":"#ffffff","title":"列表鼠标滑过文字颜色"},
{"val":"#ca0000","title":"鼠标划过文字颜色"}],
"background":[{"val":"#ca0000","title":"半圆边框背景颜色"},
{"val":"#eaeaea","title":"栏目线条颜色"},
{"val":"#333333","title":"查看更多按钮线条背景颜色"},
{"val":"#ffffff","title":"列表图标背景颜色"}],
"border":[]}
$$*/
#about_147{
	width: 100%;
	height: 590px;
	overflow: hidden;
	padding: 10px 0;
}
#about_147 .aboutBox{
	width: 1200px;
	margin: 0 auto;
	height: 570px;
	position: relative;
}
#about_147 .aboutL{
	width: 50%;
	padding:50px 0 0 80px;
	height: 100%;
	position: relative;
	z-index: 40;
}
#about_147 .aboutBox::before{
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	height: 100%;
	top:0;
	content: '';
	width: calc(100% + 280px);
	box-shadow:0 0 10px rgba(0,0,0,.1);
	z-index: 20;
	border-radius: 20px;
}
#about_147 .cloumn{
	position: relative;
	width: 100%;
}
#about_147 .cloumn::before{
	position: absolute;
	width: 58px;
	height: 58px;
	background: #e12f2f;
	border-radius: 50%;
	left: 0;
	top:0;
	content: '';
	transition: all .8s;
}
#about_147 .cloumn:hover::before{
	width: 100px;
	height: 100px;
}
#about_147 .cloumn .tit-en{
	font-size: 52px;
	color: #333333;
	font-family: 'Elephant';
	font-weight: bold;
	line-height: 58px;
	position: relative;
	z-index: 10;
	text-indent: 35px;
}
#about_147 .cloumn .tit-cn{
	line-height: 40px;
	text-indent: 28px;
	font-size: 22px;
	color: #333333;
	display: inline-block;
	padding-right: 92px;
	position:relative;
	z-index:10;
}
#about_147 .cloumn .tit-cn::after{
	position: absolute;
	width: 70px;
	height: 2px;
	background: #eaeaea;
	right:0;
	top:50%;
	transform: translateY(-50%);
	content: '';
}
#about_147 .intrs{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5; 
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	width: 400px;
	margin: 25px 0 30px 0;
	height: 150px;
}
#about_147 .moreBtn{
	background:url(./../../../static/images/IC00021_01.png) no-repeat 16px center;
	padding-left: 160px;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
	position: relative;
	transition: all .8s;
}
#about_147 .moreBtn:hover{
	color: #ca0000;
}	
#about_147 .moreBtn::before{
	width: 80px;
	height: 1px;
	background: #333333;
	left: 60px;
	position: absolute;
	top:50%;
	content: '';
	transition: all .8s;
}
#about_147 .moreBtn:hover::before{
	left:70px;
	background: #ca0000;
}
#about_147 .aboutList{
	width: calc(100% - 15px);
	height: 110px;
	border-radius: 12px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	margin-top: 45px;
	overflow: hidden;
}
#about_147 .aboutItem{
	height: 100%;
	background-image: linear-gradient(90deg, #fafafa 0%, #f2f2f2 100%);
	position: relative;
	overflow: hidden;
	width: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#about_147 .aboutItem::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #ca0000;
  transition: all .8s;

}
#about_147 .aboutItem.active::after,
#about_147 .aboutItem:hover::after{
  width: 320px;
  height: 320px;
}
#about_147 .aboutItem .icon{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: relative;
	z-index: 10;
	margin-top: 10px;
	transition: all 1s;
}
#about_147 .aboutItem:nth-child(1) .icon{
	background:#ffffff url(./../../../static/images/IC00021_05.png) no-repeat center center;
}
#about_147 .aboutItem:nth-child(1):hover .icon,
#about_147 .aboutItem:nth-child(1).active .icon{
	background:#ffffff url(./../../../static/images/IC00021_02.png) no-repeat center center;
}
#about_147 .aboutItem:nth-child(2) .icon{
	background:#ffffff url(./../../../static/images/IC00021_03.png) no-repeat center center;
}
#about_147 .aboutItem:nth-child(2):hover .icon,
#about_147 .aboutItem:nth-child(2).active .icon{
	background:#ffffff url(./../../../static/images/IC00021_06.png) no-repeat center center;
}
#about_147 .aboutItem:nth-child(3) .icon{
	background:#ffffff url(./../../../static/images/IC00021_04.png) no-repeat center center;
}
#about_147 .aboutItem:nth-child(3):hover .icon,
#about_147 .aboutItem:nth-child(3).active .icon{
	background:#ffffff url(./../../../static/images/IC00021_07.png) no-repeat center center;
}
#about_147 .aboutItem .tit{
	width: 100%;
	text-align: center;
	padding: 0 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 10;
	line-height: 40px;
	font-size: 14px;
	transition: all 1s;
}
#about_147 .aboutItem:hover .tit,
#about_147 .aboutItem.active .tit{
	color: #ffffff;
}
#about_147 .aboutR{
	width: 50%;
	height: 100%;

	position: relative;
	z-index: 10;
}
#about_147 .imgBox{
	position: absolute;
	right:-80px;
	width: 50%;
	height: 100%;
	bottom:0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}
#about_147 .img{
	width: 480px;
	height: 480px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	z-index: 50;
}
#about_147 .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .8s;
}
#about_147 .img:hover img{
	transform: scale(1.1);
}
#about_147 .sjcRight{
	display: inline-block;
	position: absolute;
	z-index: 10;
	width: 1200px;
	height: 1200px;
	background: #ffffff;
	border-radius: 50%;
	right:-70px;
	top: 50%;
	margin-top: -600px;
	transition: all 1s;
	/* transform: translate(-32.1px, 0px); */
}
#about_147 .aboutR::before{
	width: calc(100% + 140px);
	background: #ca0000;
	border-radius:0 20px 20px 0;
	content: '';
	position: absolute;
	right: -140px;
	top: 0;
	height: 100%;
}
@media screen and (max-width: 1400px){
	#about_147 .aboutBox::before{
		width:1200px;
	}
	#about_147 .imgBox{
		right:0;
	}
	#about_147 .aboutR::before{
		width:100%;
		right:0;
	}
	#about_147 .img{
		width:400px;
		height:400px;
	}
	#about_147 .sjcRight{
		width:800px;
		height:800px;
		right: 50px;
		margin-top: -400px;
		
	}
}
@media screen and (max-width: 1200px){
	#about_147 .aboutBox{
		width: 100%;
	}
	#about_147 .aboutL{
		padding: 50px 0 0 50px;
	}
	#about_147 .aboutBox::before{
		width: 100%;
	}
	#about_147 .aboutR::before{
		width: 100%;
		right: 0;
	}
	#about_147 .sjcRight{
		width: 800px;
		height: 800px;
		right: 65px;
		margin-top: -400px;
	}
	#about_147 .imgBox{
		right: 30px;
	}
}
@media screen and (max-width: 821px) {
	#about_147 .intrs{
		width: 100%;
	}
	#about_147 .img{
		width: 320px;
		height: 320px;
	}
	#about_147 .sjcRight{
		right: 30px;
	}
}
@media screen and (max-width: 767px){
	#about_147{
		height: auto;
	}
	#about_147 .aboutL{
		width: 100%;
		padding:20px;
		height: auto;
	}
	#about_147 .intrs{
		width: 100%;
		margin: 10px 0;
	}
	#about_147 .aboutList{
		margin-top: 20px;
		width: 100%;
	}
	#about_147 .aboutR{
		width: 100%;
		height: 300px;
	}
	#about_147 .aboutR .img{
		
		margin-left: -30px;
	}
	#about_147 .sjcRight{
		width: 600px;
		height: 600px;
		right: -30px;
		top:-150px;
		margin-top: 0;
	}
	#about_147 .imgBox{
		bottom: 0;
		right: 0;
		width: 100%;
		height: 300px;
	}
	#about_147 .aboutBox{
		height: 760px;
	}
	#about_147 .img{
		width: 280px;
		height:280px;
	}
	#about_147 .aboutR::before{
		display: none;
	}
}